<!DOCTYPE html>
<html>
<head>
<title>Personal Profile</title>
<style type="text/css">
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 50%;
margin: 0 auto;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
</style>
</head>
<body>
<h1>Personal Profile</h1>
<table>
<tr>
<th>Fullname</th>
<td>Claude Daniel Lumongsod</td>
</tr>
<tr>
<th>Address</th>
<td>Marikina City</td>
</tr>
<tr>
<th>Date of Birth</th>
<td>January 9 1998</td>
</tr>
<tr>
<th>Age</th>
<td>25</td>
</tr>
<tr>
<th>Telephone/Mobile Number</th>
<td>09266356830</td>
</tr>
<tr>
<th>Course, Year Level and Section</th>
<td>BSIT-1-B-2</td>
</tr>
</table>
<h2>Educational Background</h2>
<table>
<tr>
<th>Level</th>
<th>School</th>
</tr>
<tr>
<td>Elementary</td>
<td>Infant Jesus Academy</td>
</tr>
<tr>
<td>High School</td>
<td>Victoria School Foundation</td>
</tr>
<tr>
<td>Senior Highschool</td>
<td>Technological institute of the philippines</td>
</tr>
</table>
<h2>College Profile</h2>
<table>
<tr>
<th>College</th>
<td>Our Lady of Fatima University</td>
</tr>
</table>
<h3>Vision</h3>
<p>A premier inclusive university of choice aspiring to improve man as man by developing individuals through a legacy of excellent education and compassionate value formation.</p>
<h3>Mission</h3>
<p>The Our Lady of Fatima University, together with Fatima Medical Science Foundation Inc., is dedicated to the improvement of man as man through the holistic formation of individuals imbued with knowledge, skills, and virtues.</p>
</body>
</html>